Esx Settings Repository Software Drafts CreateSpec
Esx Settings Repository Software Drafts CreateSpec
The Esx Settings Repository Software Drafts CreateSpec schema contains properties that are used to create a draft of a new software spec in the repository.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"delete_existing_draft": false
}
boolean
delete_existing_draft
Optional
Deletes any existing draft by the user before creating a new draft, if deleteExistingDraft is set to TRUE.
This property was added in vSphere API 9.0.0.0.
If deleteExistingDraft is either unset of set to FALSE and there is already draft created by the user, an AlreadyExists
exception is thrown.